home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / eedsrc24.zip / EELIBSRC.ZIP / EELIBDAT.H < prev    next >
Text File  |  1992-11-02  |  319b  |  20 lines

  1. /* Basic data for eelib system */
  2.  
  3. /* Flag's */
  4. char lib_cmd;
  5.  
  6. /* File Names */
  7. char file_in[0x100],file_out[0x100];
  8.  
  9. FILE *fin,*fout,*ftmp;
  10.  
  11. /* Library Fields */
  12. char cmd[0x100],name[0x200],leadin[0x100];
  13.  
  14. int pins,textinside,drawnum,units,pinsperunit;
  15.  
  16. /* General Bits */
  17.  
  18. char c;
  19. char buf[0x100];
  20.